﻿2026-06-04T03:43:05.0935208Z Current runner version: '2.334.0'
2026-06-04T03:43:05.0944317Z Runner name: 'gravity'
2026-06-04T03:43:05.0945513Z Runner group name: 'Default'
2026-06-04T03:43:05.0946958Z Machine name: 'gravity-linux'
2026-06-04T03:43:05.0951229Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T03:43:05.0954959Z Contents: read
2026-06-04T03:43:05.0955940Z Metadata: read
2026-06-04T03:43:05.0956760Z Packages: read
2026-06-04T03:43:05.0957702Z ##[endgroup]
2026-06-04T03:43:05.0961569Z Secret source: Actions
2026-06-04T03:43:05.0962662Z Prepare workflow directory
2026-06-04T03:43:05.1736695Z Prepare all required actions
2026-06-04T03:43:05.1797014Z Getting action download info
2026-06-04T03:43:05.7208747Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T03:43:06.5294175Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T03:43:06.6821359Z ##[group]Run actions/checkout@v5
2026-06-04T03:43:06.6824125Z with:
2026-06-04T03:43:06.6825300Z   repository: SaberMage/spt-core
2026-06-04T03:43:06.6844654Z   token: ***
2026-06-04T03:43:06.6845810Z   ssh-strict: true
2026-06-04T03:43:06.6846998Z   ssh-user: git
2026-06-04T03:43:06.6848193Z   persist-credentials: true
2026-06-04T03:43:06.6849584Z   clean: true
2026-06-04T03:43:06.6850791Z   sparse-checkout-cone-mode: true
2026-06-04T03:43:06.6852261Z   fetch-depth: 1
2026-06-04T03:43:06.6853404Z   fetch-tags: false
2026-06-04T03:43:06.6854605Z   show-progress: true
2026-06-04T03:43:06.6855803Z   lfs: false
2026-06-04T03:43:06.6856926Z   submodules: false
2026-06-04T03:43:06.6858146Z   set-safe-directory: true
2026-06-04T03:43:06.6860152Z ##[endgroup]
2026-06-04T03:43:06.8403586Z Syncing repository: SaberMage/spt-core
2026-06-04T03:43:06.8408706Z ##[group]Getting Git version info
2026-06-04T03:43:06.8411399Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T03:43:06.8414857Z [command]/usr/bin/git version
2026-06-04T03:43:06.8416386Z git version 2.34.1
2026-06-04T03:43:06.8422186Z ##[endgroup]
2026-06-04T03:43:06.8435467Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/26d069c6-9b76-4953-8162-32ce6407a017/.gitconfig'
2026-06-04T03:43:06.8456075Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/26d069c6-9b76-4953-8162-32ce6407a017' before making global git config changes
2026-06-04T03:43:06.8462522Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T03:43:06.8466473Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T03:43:06.8518187Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T03:43:06.8547456Z https://github.com/SaberMage/spt-core
2026-06-04T03:43:06.8567258Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T03:43:06.8573035Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T03:43:06.8602837Z refs/heads/dev-freeform
2026-06-04T03:43:06.8616086Z [command]/usr/bin/git checkout --detach
2026-06-04T03:43:06.8682489Z HEAD is now at 269b8ef feat(net): M4-D5c remote-drive detection + file transfer (REQ-REACH-1)
2026-06-04T03:43:06.8750381Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T03:43:06.8790072Z Deleted branch dev-freeform (was 269b8ef).
2026-06-04T03:43:06.8840306Z ##[endgroup]
2026-06-04T03:43:06.8841970Z [command]/usr/bin/git submodule status
2026-06-04T03:43:06.9085840Z ##[group]Cleaning the repository
2026-06-04T03:43:06.9087651Z [command]/usr/bin/git clean -ffdx
2026-06-04T03:43:06.9118265Z Removing traceable-reqs
2026-06-04T03:43:06.9132259Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T03:43:06.9185070Z HEAD is now at 269b8ef feat(net): M4-D5c remote-drive detection + file transfer (REQ-REACH-1)
2026-06-04T03:43:06.9191624Z ##[endgroup]
2026-06-04T03:43:06.9194167Z ##[group]Disabling automatic garbage collection
2026-06-04T03:43:06.9202334Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T03:43:06.9239912Z ##[endgroup]
2026-06-04T03:43:06.9242802Z ##[group]Setting up auth
2026-06-04T03:43:06.9346896Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T03:43:06.9356495Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T03:43:06.9547680Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T03:43:06.9586850Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T03:43:06.9831560Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T03:43:06.9873627Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T03:43:07.0115685Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T03:43:07.0176880Z ##[endgroup]
2026-06-04T03:43:07.0179055Z ##[group]Fetching the repository
2026-06-04T03:43:07.0192550Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +269b8ef5bffa3b003519d98121c931c32054cbdd:refs/remotes/origin/dev-freeform
2026-06-04T03:43:07.5467226Z ##[endgroup]
2026-06-04T03:43:07.5469755Z ##[group]Determining the checkout info
2026-06-04T03:43:07.5472338Z ##[endgroup]
2026-06-04T03:43:07.5474763Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T03:43:07.5524289Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T03:43:07.5561461Z ##[group]Checking out the ref
2026-06-04T03:43:07.5566221Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T03:43:07.5617948Z Switched to a new branch 'dev-freeform'
2026-06-04T03:43:07.5632860Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T03:43:07.5638050Z ##[endgroup]
2026-06-04T03:43:07.5677436Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T03:43:07.5713070Z 269b8ef5bffa3b003519d98121c931c32054cbdd
2026-06-04T03:43:07.6096514Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T03:43:07.6099104Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T03:43:07.6129460Z shell: /usr/bin/bash -e {0}
2026-06-04T03:43:07.6130917Z ##[endgroup]
2026-06-04T03:43:08.1077115Z    Compiling proc-macro2 v1.0.106
2026-06-04T03:43:08.1079836Z    Compiling quote v1.0.45
2026-06-04T03:43:08.1115868Z    Compiling unicode-ident v1.0.24
2026-06-04T03:43:08.1118685Z    Compiling libc v0.2.186
2026-06-04T03:43:08.2037272Z    Compiling serde_core v1.0.228
2026-06-04T03:43:08.3794688Z    Compiling serde v1.0.228
2026-06-04T03:43:08.7370894Z    Compiling cfg-if v1.0.4
2026-06-04T03:43:08.8009555Z    Compiling typenum v1.20.1
2026-06-04T03:43:10.1841390Z    Compiling syn v2.0.117
2026-06-04T03:43:10.1950675Z    Compiling portable-atomic v1.13.1
2026-06-04T03:43:10.6790799Z    Compiling version_check v0.9.5
2026-06-04T03:43:10.9351019Z    Compiling memchr v2.8.1
2026-06-04T03:43:11.0755383Z    Compiling critical-section v1.2.0
2026-06-04T03:43:11.1465565Z    Compiling subtle v2.6.1
2026-06-04T03:43:11.3241170Z    Compiling generic-array v0.14.7
2026-06-04T03:43:11.4796090Z    Compiling semver v1.0.28
2026-06-04T03:43:11.8891060Z    Compiling rustc_version v0.4.1
2026-06-04T03:43:12.3100856Z    Compiling smallvec v1.15.1
2026-06-04T03:43:12.5984836Z    Compiling find-msvc-tools v0.1.9
2026-06-04T03:43:12.8938189Z    Compiling shlex v2.0.1
2026-06-04T03:43:12.9920887Z    Compiling equivalent v1.0.2
2026-06-04T03:43:13.0421062Z    Compiling itoa v1.0.18
2026-06-04T03:43:13.1046122Z    Compiling cc v1.2.63
2026-06-04T03:43:13.1210961Z    Compiling crypto-common v0.1.7
2026-06-04T03:43:13.2160737Z    Compiling pin-project-lite v0.2.17
2026-06-04T03:43:13.2510829Z    Compiling getrandom v0.2.17
2026-06-04T03:43:13.2751169Z    Compiling log v0.4.30
2026-06-04T03:43:13.4381560Z    Compiling cpufeatures v0.2.17
2026-06-04T03:43:13.4850848Z    Compiling hashbrown v0.17.1
2026-06-04T03:43:13.5160777Z    Compiling bytes v1.11.1
2026-06-04T03:43:14.4209840Z    Compiling indexmap v2.14.0
2026-06-04T03:43:14.5124394Z    Compiling futures-core v0.3.32
2026-06-04T03:43:14.6378274Z    Compiling rand_core v0.10.1
2026-06-04T03:43:14.7834660Z    Compiling bitflags v2.11.1
2026-06-04T03:43:15.0521165Z    Compiling socket2 v0.6.4
2026-06-04T03:43:15.4160920Z    Compiling getrandom v0.4.2
2026-06-04T03:43:15.5830906Z    Compiling mio v1.2.1
2026-06-04T03:43:15.5951117Z    Compiling stable_deref_trait v1.2.1
2026-06-04T03:43:15.7526153Z    Compiling block-buffer v0.10.4
2026-06-04T03:43:15.9027004Z    Compiling futures-sink v0.3.32
2026-06-04T03:43:15.9100507Z    Compiling futures-io v0.3.32
2026-06-04T03:43:15.9880649Z    Compiling slab v0.4.12
2026-06-04T03:43:16.0496071Z    Compiling futures-channel v0.3.32
2026-06-04T03:43:16.1890696Z    Compiling digest v0.10.7
2026-06-04T03:43:16.2880841Z    Compiling futures-task v0.3.32
2026-06-04T03:43:16.3540544Z    Compiling curve25519-dalek v4.1.3
2026-06-04T03:43:16.4570529Z    Compiling zerocopy v0.8.50
2026-06-04T03:43:16.4901427Z    Compiling synstructure v0.13.2
2026-06-04T03:43:16.5540676Z    Compiling rand_core v0.6.4
2026-06-04T03:43:16.7403059Z    Compiling ahash v0.8.12
2026-06-04T03:43:16.8610600Z    Compiling fnv v1.0.7
2026-06-04T03:43:16.9099788Z    Compiling sha2 v0.10.9
2026-06-04T03:43:17.3521119Z    Compiling pkg-config v0.3.33
2026-06-04T03:43:17.4132109Z    Compiling autocfg v1.5.1
2026-06-04T03:43:17.9100632Z    Compiling vcpkg v0.2.15
2026-06-04T03:43:18.1131310Z    Compiling signature v2.2.0
2026-06-04T03:43:18.2140942Z    Compiling ed25519 v2.2.3
2026-06-04T03:43:18.3717261Z    Compiling zmij v1.0.21
2026-06-04T03:43:18.5730411Z    Compiling cfg_aliases v0.2.1
2026-06-04T03:43:18.6150685Z    Compiling fastrand v2.4.1
2026-06-04T03:43:18.8960593Z    Compiling serde_json v1.0.150
2026-06-04T03:43:18.9543462Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T03:43:19.0200607Z    Compiling litemap v0.8.2
2026-06-04T03:43:19.1780255Z    Compiling serde_derive v1.0.228
2026-06-04T03:43:19.2521228Z    Compiling zeroize_derive v1.4.3
2026-06-04T03:43:19.2670409Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T03:43:19.8647052Z    Compiling zeroize v1.8.2
2026-06-04T03:43:19.9000538Z    Compiling tokio-macros v2.7.0
2026-06-04T03:43:20.0350638Z    Compiling futures-macro v0.3.32
2026-06-04T03:43:20.7250318Z    Compiling tokio v1.52.3
2026-06-04T03:43:21.1220517Z    Compiling zerofrom-derive v0.1.7
2026-06-04T03:43:22.8970657Z    Compiling zerofrom v0.1.8
2026-06-04T03:43:23.0201309Z    Compiling futures-util v0.3.32
2026-06-04T03:43:23.0770412Z    Compiling yoke-derive v0.8.2
2026-06-04T03:43:24.5570516Z    Compiling yoke v0.8.2
2026-06-04T03:43:24.7860338Z    Compiling zerovec-derive v0.11.3
2026-06-04T03:43:26.0240402Z    Compiling once_cell v1.21.4
2026-06-04T03:43:26.2790627Z    Compiling displaydoc v0.2.6
2026-06-04T03:43:26.4490341Z    Compiling zerovec v0.11.6
2026-06-04T03:43:27.6003993Z    Compiling hashbrown v0.14.5
2026-06-04T03:43:27.6050526Z    Compiling tinystr v0.8.3
2026-06-04T03:43:27.8220375Z    Compiling tracing-core v0.1.36
2026-06-04T03:43:28.6410099Z    Compiling tracing-attributes v0.1.31
2026-06-04T03:43:29.1360005Z    Compiling ed25519-dalek v2.2.0
2026-06-04T03:43:29.4847374Z    Compiling writeable v0.6.3
2026-06-04T03:43:29.7260761Z    Compiling rustversion v1.0.22
2026-06-04T03:43:30.0326348Z    Compiling icu_locale_core v2.2.0
2026-06-04T03:43:30.4698242Z    Compiling hashlink v0.9.1
2026-06-04T03:43:30.4870563Z    Compiling tracing v0.1.44
2026-06-04T03:43:30.8135652Z    Compiling potential_utf v0.1.5
2026-06-04T03:43:30.9140697Z    Compiling zerotrie v0.2.4
2026-06-04T03:43:31.3010760Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T03:43:31.3420346Z    Compiling icu_properties_data v2.2.0
2026-06-04T03:43:31.4510693Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T03:43:31.4555417Z    Compiling utf8_iter v1.0.4
2026-06-04T03:43:31.5680608Z    Compiling fallible-iterator v0.3.0
2026-06-04T03:43:31.5930576Z    Compiling icu_collections v2.2.0
2026-06-04T03:43:31.8780716Z    Compiling icu_provider v2.2.0
2026-06-04T03:43:32.3640871Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T03:43:33.0240570Z    Compiling tokio-util v0.7.18
2026-06-04T03:43:33.5080546Z    Compiling anyhow v1.0.102
2026-06-04T03:43:34.0509776Z    Compiling percent-encoding v2.3.2
2026-06-04T03:43:34.1006475Z    Compiling icu_normalizer v2.2.0
2026-06-04T03:43:34.2260610Z    Compiling icu_properties v2.2.0
2026-06-04T03:43:34.9195473Z    Compiling ring v0.17.14
2026-06-04T03:43:35.1231936Z    Compiling http v1.4.1
2026-06-04T03:43:35.4760645Z    Compiling cpufeatures v0.3.0
2026-06-04T03:43:35.5210599Z    Compiling thiserror v2.0.18
2026-06-04T03:43:35.8230339Z    Compiling strsim v0.11.1
2026-06-04T03:43:36.2600497Z    Compiling idna_adapter v1.2.2
2026-06-04T03:43:36.4660584Z    Compiling rustls-pki-types v1.14.1
2026-06-04T03:43:36.7240678Z    Compiling thiserror-impl v2.0.18
2026-06-04T03:43:37.1324484Z    Compiling idna v1.1.0
2026-06-04T03:43:38.0840616Z    Compiling chacha20 v0.10.0
2026-06-04T03:43:38.4139597Z    Compiling form_urlencoded v1.2.2
2026-06-04T03:43:38.5697145Z    Compiling ipnet v2.12.0
2026-06-04T03:43:38.5779359Z    Compiling ident_case v1.0.1
2026-06-04T03:43:38.6650978Z    Compiling untrusted v0.9.0
2026-06-04T03:43:38.7621148Z    Compiling darling_core v0.20.11
2026-06-04T03:43:39.2330499Z    Compiling url v2.5.8
2026-06-04T03:43:40.3151612Z    Compiling rusqlite v0.32.1
2026-06-04T03:43:40.4834525Z    Compiling rand v0.10.1
2026-06-04T03:43:41.5330650Z    Compiling scopeguard v1.2.0
2026-06-04T03:43:41.6014176Z    Compiling unicode-segmentation v1.13.3
2026-06-04T03:43:42.0684408Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T03:43:42.1422847Z    Compiling rustls v0.23.40
2026-06-04T03:43:42.1957364Z    Compiling convert_case v0.10.0
2026-06-04T03:43:42.2588644Z    Compiling lock_api v0.4.14
2026-06-04T03:43:42.5791745Z    Compiling rustls-webpki v0.103.13
2026-06-04T03:43:42.5890356Z    Compiling const-oid v0.10.2
2026-06-04T03:43:42.8100620Z    Compiling atomic-waker v1.1.2
2026-06-04T03:43:42.9016836Z    Compiling unicode-xid v0.2.6
2026-06-04T03:43:42.9549493Z    Compiling darling_macro v0.20.11
2026-06-04T03:43:42.9980785Z    Compiling derive_more-impl v2.1.1
2026-06-04T03:43:43.2740571Z    Compiling darling v0.20.11
2026-06-04T03:43:43.3193823Z    Compiling httparse v1.10.1
2026-06-04T03:43:43.6172003Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T03:43:44.2151041Z    Compiling rustix v1.1.4
2026-06-04T03:43:44.6904702Z    Compiling derive_builder_core v0.20.2
2026-06-04T03:43:45.1040621Z    Compiling h2 v0.4.14
2026-06-04T03:43:46.1860409Z    Compiling http-body v1.0.1
2026-06-04T03:43:46.3047850Z    Compiling hybrid-array v0.4.12
2026-06-04T03:43:47.2542332Z    Compiling base64ct v1.8.3
2026-06-04T03:43:47.6250410Z    Compiling powerfmt v0.2.0
2026-06-04T03:43:47.8450661Z    Compiling paste v1.0.15
2026-06-04T03:43:48.0416618Z    Compiling linux-raw-sys v0.12.1
2026-06-04T03:43:48.6090334Z    Compiling heck v0.5.0
2026-06-04T03:43:48.6180336Z    Compiling derive_more v2.1.1
2026-06-04T03:43:48.8880303Z    Compiling deranged v0.5.8
2026-06-04T03:43:50.7420607Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T03:43:51.0869726Z    Compiling derive_builder_macro v0.20.2
2026-06-04T03:43:51.6629453Z    Compiling n0-error-macros v0.1.3
2026-06-04T03:43:51.7673308Z    Compiling spez v0.1.2
2026-06-04T03:43:52.1200533Z    Compiling num-traits v0.2.19
2026-06-04T03:43:52.2240385Z    Compiling memoffset v0.6.5
2026-06-04T03:43:52.3430567Z    Compiling base64 v0.22.1
2026-06-04T03:43:52.7754448Z    Compiling data-encoding v2.11.0
2026-06-04T03:43:52.7823515Z    Compiling parking_lot_core v0.9.12
2026-06-04T03:43:52.9479570Z    Compiling tinyvec_macros v0.1.1
2026-06-04T03:43:52.9745724Z    Compiling thiserror v1.0.69
2026-06-04T03:43:52.9937766Z    Compiling tower-service v0.3.3
2026-06-04T03:43:53.0480730Z    Compiling try-lock v0.2.5
2026-06-04T03:43:53.1170521Z    Compiling num-conv v0.2.2
2026-06-04T03:43:53.2150574Z    Compiling time-core v0.1.8
2026-06-04T03:43:53.3039967Z    Compiling want v0.3.1
2026-06-04T03:43:53.3159817Z    Compiling tinyvec v1.11.0
2026-06-04T03:43:53.3770389Z    Compiling n0-error v0.1.3
2026-06-04T03:43:53.6020638Z    Compiling derive_builder v0.20.2
2026-06-04T03:43:53.6862251Z    Compiling tempfile v3.27.0
2026-06-04T03:43:53.7459628Z    Compiling der v0.8.0-rc.10
2026-06-04T03:43:53.9420888Z    Compiling block-buffer v0.12.0
2026-06-04T03:43:54.1080609Z    Compiling crypto-common v0.2.2
2026-06-04T03:43:54.2780660Z    Compiling vergen-lib v9.1.0
2026-06-04T03:43:54.3870497Z    Compiling thiserror-impl v1.0.69
2026-06-04T03:43:54.4338775Z    Compiling pin-project-internal v1.1.13
2026-06-04T03:43:55.8366237Z    Compiling n0-future v0.3.2
2026-06-04T03:43:55.9495539Z    Compiling inout v0.1.4
2026-06-04T03:43:56.0089115Z    Compiling termios v0.2.2
2026-06-04T03:43:56.0218349Z    Compiling ioctl-rs v0.1.6
2026-06-04T03:43:56.0730541Z    Compiling serial-core v0.4.0
2026-06-04T03:43:56.0950328Z    Compiling spin v0.10.0
2026-06-04T03:43:56.1034767Z    Compiling httpdate v1.0.3
2026-06-04T03:43:56.1320793Z    Compiling winnow v1.0.3
2026-06-04T03:43:56.1830155Z    Compiling diatomic-waker v0.2.3
2026-06-04T03:43:56.3128563Z    Compiling parking v2.2.1
2026-06-04T03:43:56.3530712Z    Compiling cordyceps v0.3.4
2026-06-04T03:43:56.4420230Z    Compiling crossbeam-utils v0.8.21
2026-06-04T03:43:56.6314183Z    Compiling futures-lite v2.6.1
2026-06-04T03:43:56.6880640Z    Compiling hyper v1.10.1
2026-06-04T03:43:56.7670693Z    Compiling futures-buffered v0.2.13
2026-06-04T03:43:57.2260645Z    Compiling serial-unix v0.4.0
2026-06-04T03:43:57.4860278Z    Compiling cipher v0.4.4
2026-06-04T03:43:57.7800568Z    Compiling pin-project v1.1.13
2026-06-04T03:43:57.8327646Z    Compiling spki v0.8.0-rc.4
2026-06-04T03:43:57.9154343Z    Compiling digest v0.11.3
2026-06-04T03:43:58.0461378Z    Compiling netlink-packet-core v0.8.1
2026-06-04T03:43:58.0980400Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T03:43:58.8797935Z    Compiling tokio-rustls v0.26.4
2026-06-04T03:43:59.1510643Z    Compiling vergen-lib v0.1.6
2026-06-04T03:43:59.2456122Z    Compiling vergen v9.1.0
2026-06-04T03:43:59.2710579Z    Compiling noq-udp v0.10.0
2026-06-04T03:43:59.3590855Z    Compiling sync_wrapper v1.0.2
2026-06-04T03:43:59.4300398Z    Compiling universal-hash v0.5.1
2026-06-04T03:43:59.4360762Z    Compiling heapless v0.7.17
2026-06-04T03:43:59.5340939Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T03:43:59.6010691Z    Compiling aho-corasick v1.1.4
2026-06-04T03:43:59.6060845Z    Compiling pin-utils v0.1.0
2026-06-04T03:43:59.6150781Z    Compiling regex-syntax v0.8.10
2026-06-04T03:43:59.6475422Z    Compiling opaque-debug v0.3.1
2026-06-04T03:43:59.6833571Z    Compiling byteorder v1.5.0
2026-06-04T03:43:59.7100356Z    Compiling bitflags v1.3.2
2026-06-04T03:43:59.7550473Z    Compiling either v1.16.0
2026-06-04T03:43:59.9033170Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T03:44:00.0460630Z    Compiling prefix-trie v0.8.4
2026-06-04T03:44:00.1960592Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T03:44:01.0150687Z    Compiling hash32 v0.2.1
2026-06-04T03:44:01.2130258Z    Compiling nix v0.25.1
2026-06-04T03:44:01.9750627Z    Compiling polyval v0.6.2
2026-06-04T03:44:02.2533163Z    Compiling hyper-util v0.1.20
2026-06-04T03:44:02.6050688Z    Compiling regex-automata v0.4.14
2026-06-04T03:44:03.6880614Z    Compiling parking_lot v0.12.5
2026-06-04T03:44:04.6626877Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T03:44:04.9500647Z    Compiling filedescriptor v0.8.3
2026-06-04T03:44:05.0788105Z    Compiling serial v0.4.0
2026-06-04T03:44:05.8793021Z    Compiling spin v0.9.8
2026-06-04T03:44:06.1190608Z    Compiling vergen-gitcl v1.0.8
2026-06-04T03:44:06.2370837Z    Compiling futures-executor v0.3.32
2026-06-04T03:44:06.5340550Z    Compiling serde_spanned v0.6.9
2026-06-04T03:44:06.6470720Z    Compiling toml_datetime v0.6.11
2026-06-04T03:44:06.8700613Z    Compiling toml_write v0.1.2
2026-06-04T03:44:06.9620381Z    Compiling tower-layer v0.3.3
2026-06-04T03:44:07.1001349Z    Compiling downcast-rs v1.2.1
2026-06-04T03:44:07.1476217Z    Compiling signature v3.0.0
2026-06-04T03:44:07.1570647Z    Compiling shell-words v1.1.1
2026-06-04T03:44:07.2508497Z    Compiling num_threads v0.1.7
2026-06-04T03:44:07.2840356Z    Compiling winnow v0.7.15
2026-06-04T03:44:07.3860478Z    Compiling time v0.3.47
2026-06-04T03:44:07.7411101Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T03:44:08.0334374Z    Compiling portable-pty v0.8.1
2026-06-04T03:44:08.1640604Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T03:44:08.5850587Z    Compiling futures v0.3.32
2026-06-04T03:44:08.6570625Z    Compiling regex v1.12.3
2026-06-04T03:44:09.9892357Z    Compiling ghash v0.5.1
2026-06-04T03:44:10.3060679Z    Compiling toml_edit v0.22.27
2026-06-04T03:44:10.3280613Z    Compiling proc-macro-crate v3.5.0
2026-06-04T03:44:10.4153576Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T03:44:11.0370845Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T03:44:12.3230457Z    Compiling aes v0.8.4
2026-06-04T03:44:12.4570604Z    Compiling ctr v0.9.2
2026-06-04T03:44:12.6490978Z    Compiling http-body-util v0.1.3
2026-06-04T03:44:12.9781023Z    Compiling cobs v0.3.0
2026-06-04T03:44:13.1617935Z    Compiling netlink-sys v0.8.8
2026-06-04T03:44:13.1661353Z    Compiling postcard-derive v0.2.2
2026-06-04T03:44:13.4689498Z    Compiling aead v0.5.2
2026-06-04T03:44:13.5770263Z    Compiling openssl-probe v0.2.1
2026-06-04T03:44:13.7290957Z    Compiling rustls-native-certs v0.8.4
2026-06-04T03:44:13.7674038Z    Compiling postcard v1.1.3
2026-06-04T03:44:14.0965543Z    Compiling toml v0.8.23
2026-06-04T03:44:14.3200967Z    Compiling aes-gcm v0.10.3
2026-06-04T03:44:14.4871054Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T03:44:14.8811526Z    Compiling num_enum_derive v0.7.6
2026-06-04T03:44:15.4440988Z    Compiling data-encoding-macro v0.1.20
2026-06-04T03:44:15.4903378Z    Compiling tower v0.5.3
2026-06-04T03:44:15.6149749Z    Compiling crossbeam-channel v0.5.15
2026-06-04T03:44:15.9760602Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T03:44:16.2013913Z    Compiling netlink-packet-route v0.29.0
2026-06-04T03:44:16.2500615Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T03:44:16.3600691Z    Compiling strum_macros v0.28.0
2026-06-04T03:44:16.4344634Z    Compiling enum-assoc v1.3.0
2026-06-04T03:44:16.7310843Z    Compiling async-trait v0.1.89
2026-06-04T03:44:17.3417122Z    Compiling netwatch v0.16.0
2026-06-04T03:44:17.5290719Z    Compiling noq v0.18.0
2026-06-04T03:44:17.7250537Z    Compiling uuid v1.23.2
2026-06-04T03:44:18.0065836Z    Compiling blake3 v1.8.5
2026-06-04T03:44:18.2564219Z    Compiling acto v0.8.2
2026-06-04T03:44:18.2890774Z    Compiling ryu v1.0.23
2026-06-04T03:44:18.4050597Z    Compiling tagptr v0.2.0
2026-06-04T03:44:18.4730865Z    Compiling allocator-api2 v0.2.21
2026-06-04T03:44:18.5600544Z    Compiling mac-addr v0.3.0
2026-06-04T03:44:18.7376271Z    Compiling rustc-hash v2.1.2
2026-06-04T03:44:18.8290560Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T03:44:18.9720547Z    Compiling foldhash v0.2.0
2026-06-04T03:44:19.0190937Z    Compiling xml-rs v0.8.28
2026-06-04T03:44:19.1369572Z    Compiling identity-hash v0.1.0
2026-06-04T03:44:19.2161896Z    Compiling lru-slab v0.1.2
2026-06-04T03:44:19.3390697Z    Compiling noq-proto v0.17.0
2026-06-04T03:44:19.6448811Z    Compiling strum v0.28.0
2026-06-04T03:44:19.7330330Z    Compiling hashbrown v0.16.1
2026-06-04T03:44:20.5270315Z    Compiling xmltree v0.10.3
2026-06-04T03:44:20.7395065Z    Compiling moka v0.12.15
2026-06-04T03:44:20.8100686Z    Compiling iroh-metrics v0.38.3
2026-06-04T03:44:22.2080728Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T03:44:22.3690780Z    Compiling num_enum v0.7.6
2026-06-04T03:44:22.4480743Z    Compiling tower-http v0.6.11
2026-06-04T03:44:22.9900596Z    Compiling iroh-relay v0.98.0
2026-06-04T03:44:23.2330792Z    Compiling iroh-base v0.98.0
2026-06-04T03:44:23.9876769Z    Compiling netdev v0.42.0
2026-06-04T03:44:25.0958220Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T03:44:25.2092695Z    Compiling netlink-proto v0.12.0
2026-06-04T03:44:25.3008899Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T03:44:25.5084461Z    Compiling n0-watcher v0.6.1
2026-06-04T03:44:25.7850571Z    Compiling hyper-rustls v0.27.9
2026-06-04T03:44:26.0819614Z    Compiling netlink-packet-route v0.30.0
2026-06-04T03:44:26.9050581Z    Compiling attohttpc v0.30.1
2026-06-04T03:44:27.5760749Z    Compiling tokio-stream v0.1.18
2026-06-04T03:44:28.2870719Z    Compiling simple-dns v0.9.3
2026-06-04T03:44:28.3010799Z    Compiling arrayref v0.3.9
2026-06-04T03:44:28.3424903Z    Compiling simdutf8 v0.1.5
2026-06-04T03:44:28.6381053Z    Compiling smol_str v0.1.24
2026-06-04T03:44:28.8370836Z    Compiling resolv-conf v0.7.6
2026-06-04T03:44:29.2684578Z    Compiling sha1_smol v1.0.1
2026-06-04T03:44:29.4810233Z    Compiling constant_time_eq v0.4.2
2026-06-04T03:44:29.6444726Z    Compiling arrayvec v0.7.6
2026-06-04T03:44:30.6170692Z    Compiling iroh-dns v0.98.0
2026-06-04T03:44:30.7210852Z    Compiling tokio-websockets v0.13.2
2026-06-04T03:44:31.1527716Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T03:44:32.5514785Z    Compiling igd-next v0.17.1
2026-06-04T03:44:34.9695307Z    Compiling reqwest v0.13.4
2026-06-04T03:44:36.4762661Z    Compiling lru v0.16.4
2026-06-04T03:44:36.6621508Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T03:44:36.6890646Z    Compiling webpki-roots v1.0.7
2026-06-04T03:44:36.8050779Z    Compiling iroh v0.98.2
2026-06-04T03:44:37.0191001Z    Compiling hmac v0.12.1
2026-06-04T03:44:37.1461577Z    Compiling serde_bytes v0.11.19
2026-06-04T03:44:37.4179498Z    Compiling seize v0.5.1
2026-06-04T03:44:37.8150555Z    Compiling cmov v0.5.4
2026-06-04T03:44:38.1331322Z    Compiling ctutils v0.4.2
2026-06-04T03:44:38.2741339Z    Compiling papaya v0.2.4
2026-06-04T03:44:38.4512507Z    Compiling hkdf v0.12.4
2026-06-04T03:44:38.5923393Z    Compiling portmapper v0.16.0
2026-06-04T03:44:38.8960511Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T03:44:40.9840435Z    Compiling backon v1.6.0
2026-06-04T03:44:41.2523542Z    Compiling spake2 v0.4.0
2026-06-04T03:44:41.6000676Z    Compiling sha1 v0.10.6
2026-06-04T03:44:41.8370413Z    Compiling doctest-file v1.1.1
2026-06-04T03:44:42.3260625Z    Compiling interprocess v2.4.2
2026-06-04T03:44:42.9841299Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T03:44:43.0240683Z    Compiling utf8parse v0.2.2
2026-06-04T03:44:43.0990628Z    Compiling anstyle-parse v1.0.0
2026-06-04T03:44:43.2270200Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T03:44:43.2820541Z    Compiling anstyle v1.0.14
2026-06-04T03:44:43.2920433Z    Compiling colorchoice v1.0.5
2026-06-04T03:44:43.3610281Z    Compiling anstyle-query v1.1.5
2026-06-04T03:44:43.4333969Z    Compiling clap_lex v1.1.0
2026-06-04T03:44:43.5612076Z    Compiling anstream v1.0.0
2026-06-04T03:44:43.6984476Z    Compiling clap_derive v4.6.1
2026-06-04T03:44:43.8420872Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T03:44:43.9880576Z    Compiling clap_builder v4.6.0
2026-06-04T03:44:47.8537227Z    Compiling clap v4.6.1
2026-06-04T03:45:02.5972399Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T03:45:04.1152890Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T03:45:13.5130601Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T03:45:22.2772870Z     Finished `dev` profile [unoptimized] target(s) in 2m 14s
2026-06-04T03:45:22.3332986Z ##[group]Run cargo test --workspace
2026-06-04T03:45:22.3333524Z [36;1mcargo test --workspace[0m
2026-06-04T03:45:22.3355097Z shell: /usr/bin/bash -e {0}
2026-06-04T03:45:22.3355497Z ##[endgroup]
2026-06-04T03:45:22.7460058Z     Finished `test` profile [unoptimized] target(s) in 0.38s
2026-06-04T03:45:22.7739961Z      Running unittests src/main.rs (target/debug/deps/mock_session-56c67cf9296704f6)
2026-06-04T03:45:22.7753641Z 
2026-06-04T03:45:22.7754188Z running 0 tests
2026-06-04T03:45:22.7754445Z 
2026-06-04T03:45:22.7754851Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T03:45:22.7756088Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-4a649a122140b675)
2026-06-04T03:45:22.7756654Z 
2026-06-04T03:45:22.7775005Z 
2026-06-04T03:45:22.7775445Z running 3 tests
2026-06-04T03:45:22.7798696Z test mock_manifest_parses_and_validates ... ok
2026-06-04T03:45:22.7799498Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T03:45:22.7800095Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T03:45:22.7800500Z 
2026-06-04T03:45:22.7800903Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T03:45:22.7801478Z 
2026-06-04T03:45:22.7801829Z      Running unittests src/main.rs (target/debug/deps/spt-bfdd94a54a334cc3)
2026-06-04T03:45:22.7816919Z 
2026-06-04T03:45:22.7817193Z running 55 tests
2026-06-04T03:45:22.7831571Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T03:45:22.7832356Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T03:45:22.7832980Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T03:45:22.7845494Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T03:45:22.7846496Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T03:45:22.7851041Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T03:45:22.7859299Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T03:45:22.7860294Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T03:45:22.7861458Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T03:45:22.7862533Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T03:45:22.7863661Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T03:45:22.7866332Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T03:45:22.9252798Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T03:45:22.9258044Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T03:45:22.9261604Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T03:45:23.0930928Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T03:45:23.0931876Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T03:45:23.0936896Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T03:45:23.0939693Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T03:45:23.0940582Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T03:45:23.1095804Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T03:45:23.1198803Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T03:45:23.1209771Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T03:45:23.1268687Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T03:45:23.1335385Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T03:45:23.1391627Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T03:45:23.1397968Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T03:45:23.1411256Z test api::tests::adapter_is_required ... ok
2026-06-04T03:45:23.1413675Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T03:45:23.1428686Z test api::tests::state_value_is_validated ... ok
2026-06-04T03:45:23.1445832Z test api::tests::surface_parses ... ok
2026-06-04T03:45:23.1466471Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T03:45:23.1529595Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T03:45:23.1537694Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T03:45:23.1541493Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T03:45:23.1544818Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T03:45:23.1552375Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T03:45:23.1554355Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T03:45:23.1555565Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T03:45:23.1562490Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T03:45:23.1566816Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T03:45:23.1568109Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T03:45:23.1577516Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T03:45:23.1584474Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T03:45:23.1585398Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T03:45:23.1594637Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T03:45:23.1600184Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T03:45:23.1601880Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T03:45:23.1602911Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T03:45:23.1605667Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T03:45:23.1607844Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T03:45:23.1609115Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T03:45:23.1653999Z test cli::tests::subcommands_parse ... ok
2026-06-04T03:45:23.1949070Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T03:45:23.1954340Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T03:45:23.1954852Z 
2026-06-04T03:45:23.1955288Z test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
2026-06-04T03:45:23.1955910Z 
2026-06-04T03:45:23.1963488Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-efceab88446cfa7a)
2026-06-04T03:45:23.1979539Z 
2026-06-04T03:45:23.1979843Z running 4 tests
2026-06-04T03:45:23.4830954Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T03:45:23.4961540Z SEEDED:322231
2026-06-04T03:45:23.8018341Z test live_agent_lifecycle_e2e ... ok
2026-06-04T03:45:23.8650012Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T03:45:23.9221437Z SEEDED:322231
2026-06-04T03:45:24.1864890Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T03:45:24.1865325Z 
2026-06-04T03:45:24.1866843Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
2026-06-04T03:45:24.1867467Z 
2026-06-04T03:45:24.1870209Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-fd29ed07a4f80407)
2026-06-04T03:45:24.1905173Z 
2026-06-04T03:45:24.1914330Z running 82 tests
2026-06-04T03:45:24.1921586Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T03:45:24.1922737Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T03:45:24.1930159Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T03:45:24.1931632Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T03:45:24.1932842Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T03:45:24.1934026Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T03:45:24.1934959Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T03:45:24.1943053Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T03:45:24.1945154Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T03:45:24.1949111Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T03:45:24.1949870Z test config::tests::missing_file_is_default ... ok
2026-06-04T03:45:24.1953476Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T03:45:24.1954212Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T03:45:24.1954965Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T03:45:24.1955772Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T03:45:24.1956470Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T03:45:24.1957142Z test config::tests::save_load_roundtrip ... ok
2026-06-04T03:45:24.1959646Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T03:45:24.1990546Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T03:45:24.1991440Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T03:45:24.1992250Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T03:45:24.2002858Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T03:45:24.2004128Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T03:45:24.2012222Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T03:45:24.2040439Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T03:45:24.2051995Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T03:45:24.2052948Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T03:45:24.2054989Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T03:45:24.2055727Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T03:45:24.2059059Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T03:45:24.2059982Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T03:45:24.2060666Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T03:45:24.2061376Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T03:45:24.2127247Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T03:45:24.2354112Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T03:45:24.2355297Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T03:45:24.2356645Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T03:45:24.2357430Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T03:45:24.2358302Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T03:45:24.2359425Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T03:45:24.2409010Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T03:45:24.2419578Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T03:45:24.2679758Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T03:45:24.2999093Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T03:45:24.3003705Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T03:45:24.3026154Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T03:45:24.3048109Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T03:45:24.3369997Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T03:45:24.3371473Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T03:45:24.3372699Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T03:45:24.3373805Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T03:45:24.3375382Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T03:45:24.3376228Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T03:45:24.3379906Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T03:45:24.3570079Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T03:45:24.3694894Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T03:45:24.3814964Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T03:45:24.3827080Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T03:45:24.3837875Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T03:45:24.3848713Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T03:45:24.3849483Z test release::tests::hex_roundtrips ... ok
2026-06-04T03:45:24.3876369Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T03:45:24.3882303Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T03:45:24.3892651Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T03:45:24.3909526Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T03:45:24.3920272Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T03:45:24.4202712Z test relay::tests::run_honors_stop ... ok
2026-06-04T03:45:24.4801671Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T03:45:24.4811847Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T03:45:24.4816066Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T03:45:24.4818185Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T03:45:24.4819268Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T03:45:24.4820085Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T03:45:24.4820933Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T03:45:24.4821759Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T03:45:24.4839847Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T03:45:24.4850339Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T03:45:24.4873857Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T03:45:24.4874779Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T03:45:24.4926642Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T03:45:24.4935744Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T03:45:24.4991754Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T03:45:24.4992191Z 
2026-06-04T03:45:24.4992650Z test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T03:45:24.4993244Z 
2026-06-04T03:45:24.5014699Z      Running tests/attach.rs (target/debug/deps/attach-2b37abe5cf4874ae)
2026-06-04T03:45:24.5047875Z 
2026-06-04T03:45:24.5048224Z running 3 tests
2026-06-04T03:45:24.5888761Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T03:45:24.5905054Z test attach_survives_target_brain_restart_exactly_once ... FAILED
2026-06-04T03:45:24.5929626Z test attach_registers_remote_drive_detection ... ok
2026-06-04T03:45:24.5930406Z 
2026-06-04T03:45:24.5930778Z failures:
2026-06-04T03:45:24.5931020Z 
2026-06-04T03:45:24.5931371Z ---- attach_survives_target_brain_restart_exactly_once stdout ----
2026-06-04T03:45:24.5931864Z 
2026-06-04T03:45:24.5932456Z thread 'attach_survives_target_brain_restart_exactly_once' (322419) panicked at crates/spt-daemon/tests/attach.rs:309:5:
2026-06-04T03:45:24.5934852Z assertion `left == right` failed: remote viewport byte-identical to the local output log across the restart
2026-06-04T03:45:24.5936218Z   left: [77, 65, 82, 75, 69, 82, 95, 79, 78, 69, 13, 10, 77, 65, 82, 75, 69, 82, 95, 79, 78, 69, 13, 10, 77, 65, 82, 75, 69, 82, 95, 84, 87, 79, 13, 10, 77, 65, 82, 75, 69, 82, 95, 84, 87, 79, 13, 10]
2026-06-04T03:45:24.5937441Z  right: [77, 65, 82, 75, 69, 82, 95, 79, 78, 69, 13, 10, 77, 65, 82, 75, 69, 82, 95, 79, 78, 69, 13, 10, 77, 65, 82, 75, 69, 82, 95, 84, 87, 79, 13, 10]
2026-06-04T03:45:24.5938420Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-04T03:45:24.5938936Z 
2026-06-04T03:45:24.5938941Z 
2026-06-04T03:45:24.5939080Z failures:
2026-06-04T03:45:24.5939799Z     attach_survives_target_brain_restart_exactly_once
2026-06-04T03:45:24.5940195Z 
2026-06-04T03:45:24.5940547Z error: test failed, to rerun pass `-p spt-daemon --test attach`
2026-06-04T03:45:24.5941437Z test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T03:45:24.5942025Z 
2026-06-04T03:45:24.6039500Z ##[error]Process completed with exit code 101.
2026-06-04T03:45:24.6237194Z Post job cleanup.
2026-06-04T03:45:24.7455450Z [command]/usr/bin/git version
2026-06-04T03:45:24.7508312Z git version 2.34.1
2026-06-04T03:45:24.7554493Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/75a18119-10f2-491f-a8ab-cebd7fc6f428/.gitconfig'
2026-06-04T03:45:24.7580534Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/75a18119-10f2-491f-a8ab-cebd7fc6f428' before making global git config changes
2026-06-04T03:45:24.7581873Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T03:45:24.7587455Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T03:45:24.7634669Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T03:45:24.7678171Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T03:45:24.7923851Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T03:45:24.7951916Z http.https://github.com/.extraheader
2026-06-04T03:45:24.7967271Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T03:45:24.8009763Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T03:45:24.8253522Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T03:45:24.8294225Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T03:45:24.8721718Z Cleaning up orphan processes
